* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
#require "hbnf"
|
|
|
|
PROCEDURE Main( cNum1, cNum2 )
|
|
|
|
? ft_GCD( Val( cNum1 ), Val( cNum2 ) )
|
|
|
|
RETURN
|