Changeset 20912 for lang/javascript/hsp-on-js/trunk/src/t.hsp
- Timestamp:
- 10/07/08 19:40:06 (3 months ago)
- Files:
-
- 1 modified
-
lang/javascript/hsp-on-js/trunk/src/t.hsp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/hsp-on-js/trunk/src/t.hsp
r20900 r20912 1 a = "ABC" 2 getstr b, a, 0, '@', 1 1 a = "" 2 poke a, 0, 0x82 3 poke a, 1, 0xA0 4 getstr b, a, 0, 0, 1 3 5 mes strsize 4 6 mes b 5 7 mes stat 8 9 mes 10 11 a = "__abc" 12 poke a, 0, 0x82 13 poke a, 1, 0x00 14 15 getstr b, a 16 mes strsize 17 mes b 18 mes stat 19 20 mes 21 22 a = "_aa" 23 poke a, 0, 0x82 24 25 getstr b, a, 0, 'a' 26 mes strsize 27 mes b 28 mes stat
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)