Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. 00010 REM (CALL) Test Script
  2. 00020 REM File : APTEST Date : 22 May 15 Author : Test Rev : 1.00
  3. 11000 REM ------------------------------------------------------------------
  4. 11001 REM - Function
  5. 11002 REM ------------------------------------------------------------------
  6. 11003 REM
  7. 11004 TEST_FUNCTION:
  8. 11005 REM
  9. 11020 LET HK$="TEST" ; REM - String variable
  10. 11030 LET LK=9 ; REM - Integer variable
  11. 11040 DIM LOC$[10],ARR$[10] ; REM - Arrays
  12. 11050 REM
  13. 11060 RETURN
  14. 11070 REM ---- End of Function ----
  15. 11080 REM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement