Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



syntax is specified using a variant of Extended Backus-Naur Form (EBNF)
If you want to change selection, open document below and click on "Move attachment"

The Go Programming Language Specification - The Go Programming Language
es allow efficient management of dependencies. The syntax is compact and simple to parse, allowing for easy analysis by automatic tools such as integrated development environments. Notation The <span>syntax is specified using a variant of Extended Backus-Naur Form (EBNF): Syntax = { Production } . Production = production_name "=" [ Expression ] "." . Expression = Term { "|" Term } . Term = Factor { Factor } . Factor = production_name | token [ "…" token


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.