Skip to content

Instantly share code, notes, and snippets.

View fuhrmanator's full-sized avatar

Christopher (Cris) Fuhrman fuhrmanator

View GitHub Profile
@fuhrmanator
fuhrmanator / tg2p.st
Last active January 28, 2019 09:12 — forked from oliveiraallex/tg2p.st
Not so Terse Guide to Pharo
"**************************************************************************
* Allowable characters: *
* - a-z *
* - A-Z *
* - 0-9 *
* - .+/\*~<>@%|&? *
* - blank, tab, cr, ff, lf *
* *
* Variables: *
* - variables must be declared before use *
@fuhrmanator
fuhrmanator / tg2p.st
Created March 27, 2018 21:08 — forked from jdevoo/tg2p.st
Not so Terse Guide to Pharo
"**************************************************************************
* Allowable characters: *
* - a-z *
* - A-Z *
* - 0-9 *
* - .+/\*~<>@%|&? *
* - blank, tab, cr, ff, lf *
* *
* Variables: *
* - variables must be declared before use *