* /if: 'unload' unknown operator (line 97, script.mrc)

that mrc file is my script i writing on.. so ignore that wink
and i added the line so now it look like

Code:
alias restore {
  var %a = $+(",$isalias(unload).fname,")
  if $read(%a,w,*=alias*unload*) {
    write -dl $+ $readn %a
    .reload -rs %a
  }
}


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }