Nife version Beta
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

16 行
307 B

  1. # Benchmark test v 1
  2. echo_off
  3. about
  4. : f
  5. time 1000000 ramp 1 - .1 * sin time
  6. ;
  7. : test
  8. f rot - # call the function and put result on the top
  9. .000001 * # transform it in secondes
  10. cr " Result =" "type . # print the result
  11. " secs" "type cr # add S.I legend
  12. ;
  13. test
  14. exit