Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

17 lines
240B

  1. T ( n -- ): select line n for editing.
  2. P xxx: put typed line on selected line.
  3. U xxx: insert typed line on selected line.
  4. F xxx: find typed string in block.
  5. I xxx: insert typed string at cursor.
  6. E: Delete previously found string.