Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Both sides next revision
alvis:keywords [2017/01/11 22:40]
marcin removed
— (current)
Line 1: Line 1:
-====== Alvis keywords ====== 
  
-  * agent 
-  * alt 
-  * critical 
-  * delay 
-  * environment 
-  * every 
-  * exec 
-  * exit 
-  * fail 
-  * in 
-  * jump 
-  * loop 
-  * null 
-  * out 
-  * proc 
-  * select 
-  * start 
-  * success 
- 
-**Remark 1:** Alvis uses the Haskell functional language thus [[https://wiki.haskell.org/Keywords|Haskell keywords]] are also treated as Alvis keywords. 
- 
-**Remark 2:** Some of the keywords are not permissible in the current compiler version, but are expected to be used in the previous Alvis versions. 
- 
-**[[:alvis:manual|Go back]]**