Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[b]set[/b] foo bar
[b]proc[/b] comparevalue [teal]{}[/teal] [teal]{[/teal]
[b]set[/b] foo NObar
[teal]}[/teal]
[b]proc[/b] writetocsv [teal]{}[/teal] [teal]{[/teal]
[b]puts[/b] [navy]$foo[/navy]
[teal]}[/teal]
comparevalue
writetocsv
[b]set[/b] foo bar
[b]proc[/b] comparevalue [teal]{}[/teal] [teal]{[/teal]
[b]set[/b] foo NObar
[teal]}[/teal]
[b]proc[/b] writetocsv [teal]{}[/teal] [teal]{[/teal]
[highlight] [b]global[/b] foo[/highlight]
[b]puts[/b] [navy]$foo[/navy]
[teal]}[/teal]
comparevalue
writetocsv
[b]set[/b] foo bar
[b]proc[/b] comparevalue [teal]{}[/teal] [teal]{[/teal]
[highlight] [b]global[/b] foo[/highlight]
[b]set[/b] foo NObar
[teal]}[/teal]
[b]proc[/b] writetocsv [teal]{}[/teal] [teal]{[/teal]
[highlight] [b]global[/b] foo[/highlight]
[b]puts[/b] [navy]$foo[/navy]
[teal]}[/teal]
comparevalue
writetocsv