8000 tilt-extensions/global_vars at master · jirwin/tilt-extensions · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest commit

 

History

History
 
 

global_vars

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Global Variables

Author: Bob Jackman

An extension for reading/writing global variable values

Usage

set_global('foo', some_value)
print(get_global('foo'))
unset_global('foo')
0