19 lines
429 B
Text
19 lines
429 B
Text
|
# Gambas Project File 3.0
|
||
|
# Compiled with Gambas 3.0.0
|
||
|
Title=Expression evaluation example
|
||
|
Startup=FEval
|
||
|
Icon=calculator.png
|
||
|
Version=3.6.2
|
||
|
VersionFile=1
|
||
|
Component=gb.image
|
||
|
Component=gb.gui
|
||
|
Component=gb.eval
|
||
|
TabSize=2
|
||
|
Translate=1
|
||
|
Language=fr
|
||
|
ExecPath=/home/benoit/gambas/gambas.link/share/gambas/examples/Miscellaneous/Evaluator/Evaluator
|
||
|
Maintainer=benoit
|
||
|
Vendor=Princeton
|
||
|
Address=benoit@localhost
|
||
|
License=General Public Licence
|