Difference between revisions of "OWBasic"

From Casio Universal Wiki
Jump to: navigation, search
(Created page with "OWBasic is an interpreter/compiler for the Pocket Viewer. It has been ported to classpad by Vanhoa, and is available ==Useful Link== * http://www.inf-cv.uni-jena.de/pindex.p...")
 
Line 1: Line 1:
OWBasic is an interpreter/compiler for the Pocket Viewer.
+
{{MsgBox needsKnowledge}}
It has been ported to classpad by Vanhoa, and is available  
+
 
 +
OWBasic implements BASIC for the Pocketviewer family from Casio.
 +
 
 +
__TOC__
 +
 
 +
It has been ported to classpad by Vanhoa, and is available [http://www.casio-scene.com/downloads.php?do=file&id=287 here]. [http://www.casiocalc.org/?showtopic=3300 There] is the original post by Vanhoa.
 +
 
 +
To write script on your Classpad, you should use [http://www.casio-scene.com/downloads.php?do=file&id=528 I-Edit], which allows to edit a program and then directly to start OWBasic to compile and execute it.  The programs have to be written as memo.
 +
 
 +
==OWBasic Standard Library==
 +
 
 +
The OWBasic Standard Library is an attempt to create a library without reaching an uncomfortable size, containing general solutions for the most frequent tasks occuring in OWBasic.
 +
For more information and documentation, have a look [http://www.audacia-software.de/en/pv/obprogs/osl/index.htm here].
  
 
==Useful Link==
 
==Useful Link==
* http://www.inf-cv.uni-jena.de/pindex.php/d/noo/owbasic/index.html Wolfgang Ortmanns'website about OWBasic v4.02
+
* [http://www.inf-cv.uni-jena.de/pindex.php/d/noo/owbasic/index.html Wolfgang Ortmanns'website about OWBasic v4.02]
 +
* [http://www.audacia-software.de/en/index.htm Official OWBasic WebSite]
 +
* [http://www.audacia-software.de/en/win/pv/obet.htm Link of an emulator]

Revision as of 18:21, June 16, 2012

This page needs your knowledge


OWBasic implements BASIC for the Pocketviewer family from Casio.

It has been ported to classpad by Vanhoa, and is available here. There is the original post by Vanhoa.

To write script on your Classpad, you should use I-Edit, which allows to edit a program and then directly to start OWBasic to compile and execute it. The programs have to be written as memo.

OWBasic Standard Library

The OWBasic Standard Library is an attempt to create a library without reaching an uncomfortable size, containing general solutions for the most frequent tasks occuring in OWBasic. For more information and documentation, have a look here.

Useful Link