fork download
  1. USING: io kernel math math.parser ;
  2. USING: formatting kernel math ;
  3. IN: sq-example
  4.  
  5.  
  6. : plus-two ( x -- y )
  7. 2 + ;
Success #stdin #stdout 1.3s 165056KB
stdin
2
4
stdout
Standard output is empty