fork download
  1. $test = "Test";
  2. print $test X 2;
  3.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
===SORRY!===
Symbol '$test' not predeclared in <anonymous> (prog.p6:1)
stdout
Standard output is empty