This Code Will Gives Us An Error

[Solved] This Code Will Gives Us An Error | Erlang - Code Explorer | yomemimo.com
Question : This code will gives us an error

Answered by : mohammad-sammour

//this will give an error
:phone-number="0591234567"
//the solution is to delete the zero because the number will be an octal number
//so we should delete the zero
:phone-number="+972591234567"

Source : | Last Update : Tue, 20 Sep 22

Answers related to this code will gives us an error

Code Explorer Popular Question For Erlang