Lua Add support for coroutines Add support to register Connections on System by source or force this Lua Service Host * Add a database with services to be real initialized with Command 'start' Special applications attributes for Service Host SmartME SDK Debugging and Building tools Generate Projects Lua Packages audio.lua -> Play audio and Bench for MIDI files ftp.lua httpd.lua math.lua string.lua Browser Menu Open URL Render Pages Render Images Links as ITEMs Settings Personal Headers Emulate DOM Content Loader Add support for SheBangs in 1.16.x MIDletCanvas Build from Lua Table Release 1.16.2 LTS Release 1.17 -> main Optimize RMS Archives Auto fix errors 1.17 - Will be released with all features of new FileSystem, SheBangs, Service Host and the Yang Lua Edition else if (mainCommand.equals("grep")) { if (argument.equals("") || args.length < 2) { return 2; } else { print(getcontent(args[1]).indexOf(args[0]) != -1 ? "true" : "false", stdout); } } else if (mainCommand.equals("find")) { if (argument.equals("") || args.length < 2) { return 2; } else { String VALUE = (String) parseProperties(getcontent(args[1])).get(args[0]); print(VALUE != null ? VALUE : "null", stdout); } }