From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: 7bit Message-Id: <2a06789eba28e4363224c0b7b2c06007@monitorbm.co.nz> Content-Type: text/plain; charset=US-ASCII; format=flowed To: 9fans@cse.psu.edu From: Andrew Simmons Subject: [9fans] Good enough approximation for ape/pcc Date: Tue, 11 Apr 2006 22:18:58 +1200 Topicbox-Message-UUID: 34c5bec2-ead1-11e9-9d60-3106f5b1d025 >limbo's ":=" works like that ... >i := 0; # declares i as in an int and assigns 0 to it >r := ref Boo; # declares r to be scarey Well yes, but didn't Fortran's "=" work like that well before limbo? C DECLARE I AS AN INTEGER AND ASSIGN 0 TO IT I=0 C DECLARE A TO BE A SCAREY FLOATING POINT NUMBER A=666.0