SAIL (programming language): Difference between revisions

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