Hello World Programming with SPL


1. Print "Hello World" with SPL application script
  1. Select "Application" tab.

 


  1. Type below command on the editor.

      
    print "Hello World"
    
      




  2. Click "Send to MF Application" button or press "F5" key.

  3. "Hello World" message will be printed on the console window as follows:




2. Print "OK" with SPL emulator script
  1. Select "Emulator" tab.


  2. Type below command on the editor.

      
    print "OK"
    
      



  3. Click "Execute Script on the Emulator" button or press "F5" key.

  4. "OK" message will be printed on the emulator's log list as follows: