47 lines
1.3 KiB
XML
47 lines
1.3 KiB
XML
#
|
|
# Go Lessons for GNU Typist
|
|
#
|
|
|
|
*:GO_MENU
|
|
B:Go Lessons
|
|
M: "Go Lessons"
|
|
:GO_RESERVED_WORDS "Go Reserved Words"
|
|
|
|
#
|
|
# Go Reserved Words
|
|
#
|
|
|
|
*:GO_RESERVED_WORDS
|
|
B:Go Reserved Words
|
|
T: Go Reserved Words
|
|
:
|
|
:1: break default func interface select case
|
|
:2: defer go map struct chan else
|
|
:3: goto package switch const fallthrough if
|
|
:4: range type continue for import return var
|
|
:
|
|
: 25 words
|
|
I:Go Reserved Words 1
|
|
D:break break break break default default default default func func func func
|
|
:interface interface interface interface select select select select
|
|
:case case case case
|
|
|
|
I:Go Reserved Words 2
|
|
D:defer defer defer defer go go go go map map map map
|
|
:struct struct struct struct chan chan chan chan else else else else
|
|
|
|
I:Go Reserved Words 3
|
|
D:goto goto goto goto package package package package
|
|
:switch switch switch switch const const const const
|
|
:fallthrough fallthrough fallthrough fallthrough if if if if
|
|
|
|
I:Go Reserved Words 4
|
|
D:range range range range type type type type
|
|
:continue continue continue continue for for for for
|
|
:import import import import return return return return var var var var
|
|
|
|
Q:Repeat this lesson [Y/N] ?
|
|
N:GO_MENU
|
|
G:GO_RESERVED_WORDS
|
|
|