this
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user