You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vim vimLearning-Go-zh-cn/ex-basics/src/fizzbuzz.go, then I found:
const (
FIZZ = 3 |\longremark{为了提高代码的可读性,定义两个常量。%
参阅``\titleref{sec:constants}'';}|
BUZZ = 5
)
And how to use |\longremark{ }| ?
The text was updated successfully, but these errors were encountered:
daochuanli
changed the title
I found the different annotation from the .go source
How to use |\longremark{ } |
Oct 15, 2014
vim vimLearning-Go-zh-cn/ex-basics/src/fizzbuzz.go, then I found:
const (
FIZZ = 3 |\longremark{为了提高代码的可读性,定义两个常量。%
参阅``\titleref{sec:constants}'';}|
BUZZ = 5
)
And how to use |\longremark{ }| ?
The text was updated successfully, but these errors were encountered: