* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
12 lines
123 B
Plaintext
12 lines
123 B
Plaintext
#require "hbnf"
|
|
|
|
PROCEDURE Main()
|
|
|
|
LOCAL aSets := ft_SaveSets()
|
|
|
|
HB_SYMBOL_UNUSED( aSets )
|
|
|
|
Inkey( 0 )
|
|
|
|
RETURN
|