expression - Are any languages strictly "statement-oriented"? -


are there modern languages require each line statement? apparently fortran did this, languages since c? i've heard of expression-oriented languages, including functional programming languages, can't find term opposite, "statement-oriented" language, or 1 not allow expression, e.g. x + 3; or call value-returning function without assignment?

this typical of low-level compiler intermediate languages, such three-adress codes.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -