ApeScript
ApeScript is a programming language created in 1995. ApeScript is an interpreted procedural dynamic-typed language. It was developed for the Noble Ape Simulation through mid-2005 by Tom Barbalet. ApeScript was designed with the following specifications; simple language, stable memory footprint, minimal crashes, and, small code size.ApeScript is defined in the Noble Ape Simulation manual. Read more on Wikipedia...
25Years Old | 20Users | ?Jobs |
- the ApeScript wikipedia page
- ApeScript first appeared in 1995
- Have a question about ApeScript not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
function( being ){ number_b = 942 ; which_function = 2 ; offset_function = 15 ; which_function = 30 ; which_function = 151 ; run( which_function ){ run( actual_three ){ number_a = 932 ; number_a = 19572 ; number_a = 19699 ; } } number_result = 19699 ; }
Last updated August 9th, 2020