User Tools

Site Tools


at:tutorial:basic

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
at:tutorial:basic [2007/04/06 08:26] elisagat:tutorial:basic [2007/04/06 08:27] – * elisag
Line 198: Line 198:
  
 AmbientTalk supports keyword messages. We have already seen some examples of keyword messages in the previous sections such as the foreach structure. In AmbientTalk keywords are transformed by the parser into functions in the form: AmbientTalk supports keyword messages. We have already seen some examples of keyword messages in the previous sections such as the foreach structure. In AmbientTalk keywords are transformed by the parser into functions in the form:
 +<code>
 def foo: arg1 bar: arg2 {...} def foo: arg1 bar: arg2 {...}
 def foo:bar:(arg1,arg2){..} def foo:bar:(arg1,arg2){..}
 +</code>
  
 ===== Native Data Types ===== ===== Native Data Types =====
at/tutorial/basic.txt · Last modified: 2020/02/09 22:05 by elisag