0
procedure F0110

clear screen

clear gets

if (SubStr(dir_fin, 1, 9) == "C:\Folder1")

     set color to /W

endif

What language is it ?

1
  • 1
    Looks like Clipper Commented Mar 7, 2014 at 22:07

2 Answers 2

1

Clipper http://en.wikipedia.org/wiki/Clipper_programming_language

CLEAR SCREEN: http://vivaclipper.wordpress.com/2013/07/18/c5_clear-screen/

CLEAR GETS: http://vivaclipper.wordpress.com/2014/02/15/clear-gets/

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks, it really is clipper!
0

It appears to be dBase, based on the "set color to /W" line.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.