File: hello.yf

package info (click to toggle)
yforth 0.1beta-15
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 352 kB
  • ctags: 789
  • sloc: ansic: 4,422; makefile: 58
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