Program in Forth on an Android 2.2 Tablet.
This project uses the J2EE Forth SourceForge Project
for its functionality delivered in its Jar file
If you are having problems trying to download this App from an Android Browser please download it from our web site:
http://www.ptaisp.co.za/androidforth/
Follow Android Forth
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks for updates ;)
-
there is a bug : try: 1 2 3 rot .s and 1 2 3 over .s i think the over word was referenced to rot word and there are no word like 2dup , i just : 2dup ( n1 n2 -- n1 n2 n1 n2 ) swap dup rot dup rot swap ;