When I try to make this Procedure work it just says
Line 3: [Error] (10:9): String error in script
And it dosent say hi. I want it to say 'hi' but without the user typing the ' in the procedure. Can anyone help me with that?
SCAR Code:Procedure SayStuff(s: string);
Begin
Writeln(''' + s + ''')
End;
Begin
SayStuff(hi)
end.







Reply With Quote




