Skip to content

Opening book details…

Can I read Variable Scoping in Erlang on EtoBox?

Variable Scoping in Erlang is a document available to read on EtoBox.

What is Variable Scoping in Erlang about?

This document discusses variable scoping rules in the Erlang programming language. It begins with an introduction to Erlang and refactoring. It then explains that in Erlang, variables are local to function clauses and cannot change value within a function call. The document defines variable scope as the part of the program affected by the variable. It presents examples of refactoring techniques like renaming variables, merging duplicated expressions, and extracting functions. It discusses conditions for the

Language
EN