Advertisement
Guest User

My Ruby Script

a guest
Oct 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.32 KB | None | 0 0
  1. {
  2. #print, "Script is successful";
  3. #console, "It's starting";
  4.  
  5. == This is the script part ==
  6.  
  7. #table create, name="colors";
  8. #table item, action="add" item="Green";
  9. #table item, action="add" item="Red";
  10. #table item, action="add" item="Blue";
  11. #table item, action="delete" item="Green";
  12.  
  13. #print, @TABLE: "colors";
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement