SAIL (programming language): Difference between revisions

Content deleted Content added
Pascal syntax highlighting does not work correctly on SAIL
Example: fix syntaxhighlight error
Line 98:
The following code, found in the Tutorial, converts an input string to upper case.{{sfn|Smith|1976|p=21}}
 
<syntaxhighlight lang="text">
STRING PROCEDURE upper(STRING rawstring);
BEGIN "upper"