(
Size: a a a
(
(
СГ
In computer science, functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.
AN
In computer science, functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.
AM
AK
(
ML
In computer science, functional programming is a programming paradigm—a style of building the structure and elements of computer programs—that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data.
(
СГ
ML
(
ML
(
ML
var a = 3
fun rt() = a
rt()
a = 4
rt()
СГ
ML
ML
(
СГ