/*) Calc.gvrexx by Josef Faulkner (panther@gate.net) IRC: Josef \\\ /// Shows the result of any say argument! \\\ /// /calc 2+2 --> 2+2 = 4 \\\ /calc c2b(Hello) --> c2b('hello') = 0110100001100101011011000110110001101111 /// /calc showdir('RAM:') --> .backdrop disk.info ENV Clipboards T \\\ can you see how powerful this can be yet? (*/ parse arg args interpret 'address 'address()' say ">#" value("args") "=" 'args