Quote:
alias restore { <<-- line 1
var %a = $+(",$isalias(unload).fname,") <<-- line 2
if $read(%a,w,alias*unload*) || $read(%a,w,*=alias*unload*) <<-- line 3
{
If I leave it like that (with the brace in the wrong position), I get "insufficient parameters" error, but not an "unknown operator"
*shrug*