Tree

tree This program draws a recursive tree using the "turtle" functions pheading(), pturn() and pwalk(). View the source code here.

Taxi

taxi This program draws an animation made with the Taxi bitmap from the famous PalmOS easter egg. View the source code here.

Plot

plot1 plot2 This program allows the user to write a function of x and then plots a graph of it. It uses the powerful dostring() funtion, that takes an string and interprets it as code. View the source code here.

Chat

chat This program allows two users to chat over infrared. The whole program is just a few lines of code and shows how easy is to work with UI and the Serial Manager. View the source code here.

This page and all software in it are Copyright © 2001 Marcio M. Andrade