Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Functions

< >
Example from 1 languages: JavaScript
function helloWorld() {console.log("hi")}
Example from 1 languages: Pug
mixin article(title) .article .article-wrapper h1= title if block block else p No content provided +article('Hello world') +article('Hello world') p This is my p Amazing article
Example from 1 languages: Cyber
func fib(n int) int: coyield if n < 2: return n return fib(n - 1) + fib(n - 2)
Example from 1 languages: Jule
fn a_function() { // ... }
Example from 1 languages: Speedie
function Example (|string| data) file <~ data
Example from 1 languages: Bel
(fn (x) (+ x 1))
Example from 1 languages: BALGOL
FUNCTION TORADS(DEGREES) = DEGREES . 3.1415926/180$
*

Languages with Functions include JavaScript, Python, Ruby, PHP, R, Bash, PowerShell, Scala, Lua, Kotlin, Julia, Erlang, Solidity, Ada, Crystal, Reason, Groovy, OCaml, F#, Pug, VHDL, F*, ABAP, Verilog, Koka, Opa, C3, janet, SystemVerilog, progsbase, ATS, X10, IGOR Pro, Ligo, Cyber, Jule, Eclipse Command Language, Sophia, Speedie, Bel, Q#, BALGOL

*

Languages without Functions include CSS

*

View all concepts with or missing a hasFunctions measurement

*

Read more about Functions on the web: 1.

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io