forked from: Prologue Example
forked from Prologue Example (diff: 2)
ActionScript3 source code
/**
* Copyright partlyhuman ( http://wonderfl.net/user/partlyhuman )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/sDYT
*/
// forked from actionscriptbible's Prologue Example
package {
import com.actionscriptbible.Example;
public class ch0ex1 extends Example {
public function ch0ex1() {
trace("I can't wait to get learning... and coding!");
}
}
}
