mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00

Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com> Reviewed-by: hannesw, jlaskey, sundar
4 lines
55 B
Text
4 lines
55 B
Text
function(x) x*x
|
|
625
|
|
function fun(x) x * (x + 1) / 2
|
|
55
|