* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
13 lines
112 B
Plaintext
13 lines
112 B
Plaintext
|
|
#require "hbnf"
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL X
|
|
|
|
FOR X := 1 TO 255
|
|
? ft_Dec2Bin( x )
|
|
NEXT
|
|
|
|
RETURN
|