Skip to content

Instantly share code, notes, and snippets.

@akrnmd
Last active October 3, 2020 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrnmd/12c372c292fc458014f47d6fe15b8ed1 to your computer and use it in GitHub Desktop.
Save akrnmd/12c372c292fc458014f47d6fe15b8ed1 to your computer and use it in GitHub Desktop.
Use Array. #SenseTalk #eggplant
put "ABC,DEF,GHI"&return&"GHI,DEF,ABC" into array
put item 2 of line 1 of array & item 2 of line 2 of array into A
answer A -- "DEFDEF" Is displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment