This commit is contained in:
Scarlett
2025-05-06 15:34:55 -04:00
parent 596434e152
commit c8491b62e4
49 changed files with 1560 additions and 339 deletions

View File

@ -5,6 +5,8 @@ function entry: string2integer
entry (arg) := {
[integer: x; string: s; character: c; integer: result]
result := printS("hello world");
s := inS(1);
result := printS(s);