@@ifhost localhost
  @@print Hello World
  /foo -> $(IgnoreNone);
@@else
  @@error Failed
@@endif
