cell_value   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/contrib/game-of-life.xtm

Implementation

(bind-func cell_value
  (lambda (w x y)
    (pref (world_data w)
          (world_data_index w x y))))


Back to Index

Similar Entries