12Me21

eh

Apr 10th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <script src="parsesb.js"></script>
  6. </head>
  7. <body>
  8. <textarea id="$input">
  9. FOR TO=STEP TO TO STEP TO
  10. READ VAR("A")[0]
  11. NEXT</textarea>
  12. <br>
  13. <button id="$button" onclick="$output.value=parse(tokenize($input.value)).toSource();">set</button>
  14. <hr>
  15. <textarea id="$output"></textarea>
  16. <body>
  17. </html>
Add Comment
Please, Sign In to add comment