-10

How do you:

  • Create an integer array
  • Create a For Loop
  • Modify Elements
user2342224
  • 39
  • 1
  • 3
  • 5
    Sounds like you should read through an Erlang tutorial. – Blender May 02 '13 at 08:10
  • 1
    Need a good tutorial: http://stackoverflow.com/questions/375827/what-are-some-good-erlang-primers-tutorials-for-beginners – Alin May 02 '13 at 15:52

1 Answers1

2

starting here would be a good idea: http://learnyousomeerlang.com/starting-out-for-real

all of your questions will be answered, but it may not be the "quick answer" you where looking for

Stowelly
  • 1,260
  • 2
  • 12
  • 31