Guest User

Untitled

a guest
Apr 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Block Conversion
  2. ================
  3. :Author: Charles Childers
  4. :Version: 2009.12.21
  5.  
  6.  
  7. ====================
  8. Blocker User's Guide
  9. ====================
  10.  
  11. Overview
  12. --------
  13. Retro includes a block editor (**red**), and has a more capable editor (**rem**) in the **forthlets** package. Since it's often easier to edit code in a text file (especially if you're sharing it), having a set of words to format text into blocks and blocks back into text is useful.
  14.  
  15. Text to Blocks
  16. --------------
  17. Enter the following at the root of the **forthlets** directory:
  18.  
  19. ::
  20.  
  21. ./retro --with input_file --with apps/blocker.retro
  22.  
  23. Replace **input_file** with the file you want to convert to blocks.
  24.  
  25. Blocks to Text
  26. --------------
  27. In a Retro with **blocker.retro** loaded:
  28.  
  29. ::
  30.  
  31. totext
Add Comment
Please, Sign In to add comment