What's new on v_3.0?
- Added a new way to comment your code
- Added
throwandexceptionfunctions. - Fixed the
UnknownCommanderror handling. - Now avaiable on MacOS and Linux (64-bit)
What's new on v_2.1?
- Added
netw.downloadFileFromInternetandnetw.getLocalIpAdressNetworkingfunctions. - Added
sys.batteryLeft(),sys.usingBattery(),sys.batteryChargingTimeLeft(),sys.batteryTimeLeft(),sys.moveCursor,sys.pathSystemVariable(),sys.osVersion(),sys.getScreenResolutionWidth(),sys.getScreenResolutionHeight(),sys.getNumberOfCores(),sys.beep()andsys.getRunningProcesses()functions. - Added
img.renderImagefunction. - Added
gui.takeScreenshotfunction. - Added
exclude,do_nothingandignorekeywords. - Fixed
Boolean Functions. - Added
Number Functions, see it onVariables - Numberssection. - Fixed a potential bug on
Functions. - Updated the way to call
iffunction. - Added
function.reset()function, see it onFunctionssection. - Fixed a bug that happened while reading files.
- Added
Arrays Functions, see it onArrayssection.
Warning: Due a problem on Number Functions String concatenation is now made with & symbol instead of + symbol.
What's new on v_2.0?
- Fixed more bugs. No more bugs.
- Updated the way to call
Java Functions. - Created
returnfunction. - Added a way to compile your file safely, use
epi --compile myFile.epiandepir myFile.epir - Fixed
Arrays
What's new on v_1.luc2?
- Fixed more bugs. (Yayyyy!)
- Added splashes to the main screen.
- Changed the way to call
Variables. - Changed the way to call
Visual Elements. - Fixed
readLinefunction inFile Working. - Not more necessary to use
setva. - Added
ws.getScreenWidth()andws.getScreenHeigth()functions. - Added
repeat,if,genRandomfunctions and fixed them. - Added an icon to
epi.exefile.
What's new on v_1.luc1?
- Fixed lots of bugs.
- Added arguments to functions and programs.
- Changed the way to call
Date Functions. - Changed the way to call
Variables. - Changed the way to call
String Methods. - Changed the way to call
Functions.
What's new on v_1.2?
- Added
importfunction for importing other.epifiles. See it at"import" commandsection at docs webpage. - Created
utils.epifile for making usseful functions. See them at"utils.epi" filesection at docs webpage. - Added
checklibscommand for viewing all the commands that use epi to load.jarfiles. - Added
cmwSizeYandcmwSizeXcommands for getting the screen resolution as chars. See them atVisual Elementssection at docs webpage. - Modified
String Methodsfor making it a simplier use. See them atString Methodssection at docs webpage. - Updated
guicommands for adding options and get which one pressed the user. - Added
sleepcommand for waiting a determinated period of time. - Created
Epi Variablesfor getting some epi information like installation path, etc.