lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 07/09/2014 21:01, Sean Conner wrote:

  !	poke	( effectively )
  @	peek	( effectively )
  #	divide number by 10 (usually, it can be anything from 2 on up) [1]
  '	return function address for the named function
  */	multiply, then divide
  <>	not equal

... the language I pulled these from is far from traditional


: reality-check old @ traditional @ <> if ." Something is wrong here." cr then ;

( # always divides by 10, 10 can be anything from 2 on ... )

--
Roberto Waltman