; Hey, here's some test code set name Correl %first = Correl %name = %first $& Roush echo Hello, %name! alias dostuff { ; Not very useful, but good for testing the parser! var %b = 42 %b = $calc(%b * 3) return %b; } alias -l dosomethingelse { ; Useless local alias! echo -s Busy doing nothing }