Function frequency: Difference between revisions

Content added Content deleted
m (Added Sidef)
m (→‎{{header|Sidef}}: better comment)
Line 1,585: Line 1,585:


=={{header|Sidef}}==
=={{header|Sidef}}==
Sidef provides full access to its parser, which allows to inspect all declarations, including variables, classes and methods.
Sidef provides full access to its parser, allowing us to inspect all the declarations within a program.
<lang ruby>var program = <<'EOT'
<lang ruby>var program = <<'EOT'
func foo { }
func foo { }