Menu

Skip to content
  • About NEST
  • Download
  • Features
  • Documentation
    • Installing NEST
    • Introduction to PyNEST
      • Part 1: Neurons and simple neural networks
      • Part 2: Populations of neurons
      • Part 3: Connecting networks with synapses
      • Part 4: Topologically structured networks
    • Example Networks
    • FAQ
    • Developer Manual
    • NEST/SLI Quick Reference
    • NEST Command Index
  • Publications
  • Community

mark

Command: mark

Command Index NEST Quick Reference

Description
A mark is a token which is lying on the stack and
can be found by the user. The mark is used :
1) by using it as command mark
2) by using it as [ when creating an array
3) by using it as << when creating a dict

File
sli/slicontrol.cc
Author
docu by Marc Oliver Gewaltig and Sirko Straube
Examples
[ 1 2 add ] -> [3]
mark 1 2 add ] -> [3]

SeeAlso

  • counttomark
  • arraystore
  • switch
  • case
Command Index NEST Quick Reference
© 2016 by The NEST Initiative · Powered by WordPress
  • Contributors
  • Impressum / Contact
Top
Menu
  • About NEST
  • Download
  • Features
  • Documentation
    • Installing NEST
    • Introduction to PyNEST
    • Example Networks
    • FAQ
    • Developer Manual
    • NEST/SLI Quick Reference
    • NEST Command Index
  • Publications
  • Community