Anarki reports an error Arc does not with the following source:  (def resizepic (big small)                                                   
      (withs (s (+ "convert " big " -resize 480000@ " small))                 
       (system s)))
  (def main()
     (asv))
 
The error is:  Error: "Bad object in expression #<eof>"
  Error: "reference to undefined identifier: _main"
 
Is there something wrong with @ in Anarki?Update: Note that in whatever older version of Anarki it is that I'm using this error does not occur. The latest Anarki version reports this error though.  |