Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] where is the "=="?

From: rishi:picostar at: 13-Sep-2000 0:45

In the rebol command line, some expressions display the result following "==" sign while some don't. example:
>> 5 + 5
== 10
>> print 5 + 5
10 In general, when the you get "==" sign before the result? Rishi