FAQ
Cover
»Feed
»Forum
»Wiki
»Code
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the
new Processing forum
for current information.
Processing 1.0 _ALPHA_
Bugs
Website, Reference, Example Bugs
(Moderator: REAS)
lingo compare error
«
Previous topic
|
Next topic
»
Pages:
1
Author
Topic: lingo compare error
(Read 337 times)
REAS
lingo compare error
«
on:
Oct 24
th
, 2003, 5:39am »
error in the reference found by lia:
processing:
int[] a = {5, 10, 11};
a[0] = 12; // Reassign
lingo:
a = [5,10,11]
a[0] = 12 -- Reassign
in lingo the first item in a list is accessed by myList[1] instead of myList[0]
---> a[1] = 12 -- Reassign
Pages:
1
Forum Jump:
-----------------------------
Discussion
-----------------------------
- Community, Collaboration, Status
- Events, Publications, Propaganda
- General Processing Discussion
-----------------------------
Programming Questions & Help
-----------------------------
- Syntax
- Programs
- Integration
-----------------------------
Topics & Contributions
-----------------------------
- Tools
- Responsive Form, Games
- Information Visualization
- Simulation, Artificial Life
- Tangible Computing
- Automated Systems
- Sound
- Video, Camera
- Beyond Categories
-----------------------------
Suggestions
-----------------------------
- Software Suggestions
- Website, Reference, Example Suggestions
-----------------------------
Bugs
-----------------------------
- Software Bugs
=> Website, Reference, Example Bugs
- Bug Fixes, Implemented Suggestions
-----------------------------
Teaching
-----------------------------
- Course Blueprints
- Theory and Practice
«
Previous topic
|
Next topic
»