File: hello.yf

package info (click to toggle)
yforth 0.1beta-12
  • links: PTS
  • area: main
  • in suites: potato
  • size: 352 kB
  • ctags: 787
  • sloc: ansic: 4,415; makefile: 59
file content (5 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (10)
1
2
3
4
5
#! /usr/bin/yforth
\
\ a simple example of a yforth script
\
.( Hello World!) cr bye