* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
16 lines
127 B
Plaintext
16 lines
127 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#require "hbnf"
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL X
|
|
|
|
FOR X := 1 TO 255
|
|
? ft_Dec2Bin( x )
|
|
NEXT
|
|
|
|
RETURN
|