q/src/keywords/All.go
2023-10-31 11:57:37 +01:00

6 lines
114 B
Go

package keywords
// All defines the keywords used in the language.
var All = map[string]bool{
"return": true,
}