print_statement.txt 465 B

12345678910111213141516171819202122232425262728
  1. print
  2. * desc
  3. The print statement prints the objects in the given set to the output. The format depends on the parameter _mode_.
  4. * properties
  5. exec:yes
  6. ret_set:
  7. control_flow:no
  8. * substatements
  9. * depending_on
  10. db_node_tags,way_tags,relation_tags,area_tags
  11. from = set:from:*
  12. mode = arg:[ids_only:skeleton:body]:mode
  13. * changes
  14. web:
  15. * time
  16. mode:ids_only: <0.001 + 0.00005*set:from
  17. mode:skeleton: <0.001 + 0.0002*set:from
  18. mode:body: <0.01 + 0.001*set:from
  19. * space
  20. 0