This commit is contained in:
Scarlett
2025-05-06 16:42:22 -04:00
parent 5e0d2e3cdf
commit a7e10521d8
5 changed files with 41 additions and 15 deletions

View File

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