User Tools

Site Tools


en:pfw:substitution-phrases

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:pfw:substitution-phrases [2023-09-04 18:22] – ↷ Seite von pfw:substitution-phrases nach en:pfw:substitution-phrases verschoben uhoen:pfw:substitution-phrases [2025-08-01 11:17] (current) – [The idea of substitution phrases] format fixed mka
Line 15: Line 15:
  
   * Instead of ''%%<=%%'' you can write the //substitution phrase// ''%%> 0=%%'' as //less or equal// is the same as //not greater//.   * Instead of ''%%<=%%'' you can write the //substitution phrase// ''%%> 0=%%'' as //less or equal// is the same as //not greater//.
-  * Or you can define the missing operator and make use of the substitution phrase in the definition:<code>+  * Or you can define the missing operator and make use of the substitution phrase in the definition: 
 + 
 +<code>
 : <= ( n1 n2 -- f )  > 0= ; : <= ( n1 n2 -- f )  > 0= ;
 </code> </code>
Line 24: Line 26:
 Anyway it is good to know about substitution phrases. Anyway it is good to know about substitution phrases.
  
-So here is the definition of substition phrase+So here is the definition
 + 
 +  * A //substitution phrase// is (typically short) sequence of words that replace an undefined word. Executing the phrase and executing the replaced word would have the same effect (if the word would be defined). 
  
-> **Substiution Phrase** 
- 
-> A //substitution phrase// is a (typically short) sequence of words that replace an undefined word. Executing the phrase and executing the replaced word would have the same effect (if the word would be defined). 
  
 ===== Some substitution phrases ===== ===== Some substitution phrases =====
en/pfw/substitution-phrases.1693844552.txt.gz · Last modified: 2023-09-04 18:22 by uho