gpt4 book ai didi

ruby - 是什么启发了 Ruby 的 =begin .. =end 注释 block 语法?

转载 作者:数据小太阳 更新时间:2023-10-29 06:29:13 31 4
gpt4 key购买 nike

我知道很多 Ruby 的灵感来自 Perl(例如,STDIN 作为全局常量)或 Unix shell(例如 <<END heredoc 语法)。但我不知道 block 注释语法从何而来。语法:

=begin
This is a comment line
it explains that the next line of code displays
a welcome message
=end

这是从哪里来的?我对 Perl 的了解很粗略。是 Perl 吗?

最佳答案

是的,这是 Perl

Perl 使用

=begin
This is a comment line
it explains that the next line of code displays
a welcome message
=cut

看这里:http://en.wikipedia.org/wiki/Comparison_of_programming_languages_(syntax)#Comments

关于ruby - 是什么启发了 Ruby 的 =begin .. =end 注释 block 语法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8775060/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com