we fixed this woooo
This commit is contained in:
@ -5,14 +5,23 @@ function entry: string2integer
|
||||
entry (arg) := {
|
||||
[integer: x; string: s; character: c; integer: result]
|
||||
|
||||
s := inS(1);
|
||||
result := printCharacter('\t');
|
||||
result := printCharacter('t');
|
||||
result := printCharacter('a');
|
||||
result := printCharacter('b');
|
||||
result := printCharacter('\n');
|
||||
result := printCharacter('\\');
|
||||
result := printCharacter('"');
|
||||
result := printCharacter('\'');
|
||||
|
||||
(*s := inS(1);
|
||||
result := printS(s);
|
||||
|
||||
x := inI(1);
|
||||
result := printI(x);
|
||||
|
||||
c := inC(1);
|
||||
result := printC(c);
|
||||
result := printC(c);*)
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user