Oz 编程语言中块注释的语法是什么?
What is the syntax for a block comment in the Oz programming language?
Oz programming language 中块注释的语法是什么?
我在 Oz 文档中找不到它,但根据 "Concepts, Techniques, and Models of Computer Programming" (PETER VAN ROY) 这本书的语法是这样的:
/*
this is a
block
comment
*/
刚试过,效果很好。
屏蔽评论/* your code, may include LF CR */
单行注释%
LF
- 换行符,
CR
- 马车return
Oz programming language 中块注释的语法是什么?
我在 Oz 文档中找不到它,但根据 "Concepts, Techniques, and Models of Computer Programming" (PETER VAN ROY) 这本书的语法是这样的:
/*
this is a
block
comment
*/
刚试过,效果很好。
屏蔽评论/* your code, may include LF CR */
单行注释%
LF
- 换行符,
CR
- 马车return