September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,13 +0,0 @@
|
|||
PROC reverse = (REF STRING s)VOID:
|
||||
FOR i TO UPB s OVER 2 DO
|
||||
CHAR c = s[i];
|
||||
s[i] := s[UPB s - i + 1];
|
||||
s[UPB s - i + 1] := c
|
||||
OD;
|
||||
|
||||
main:
|
||||
(
|
||||
STRING text := "Was it a cat I saw";
|
||||
reverse(text);
|
||||
print((text, new line))
|
||||
)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
⌽'asdf'
|
||||
fdsa
|
||||
Loading…
Add table
Add a link
Reference in a new issue