perl$ sub Foo { perl> print "Foo called\n";
ERROR: Missing right bracket at (eval 3) line 5, at end of line
syntax error at (eval 3) line 5, at EOF
####
psh% for (1..3) {
> print ;
> }
123psh% # Multilines work smoothly 8 )
psh% 10/3
psh% # But the result is not printed like in sepia
####
lanx@xubuntu:~$ psh
psh% option echo=1
psh% 10/5
$Psh::val[0] = "2"
psh%