Skip to content
Vasantha Ganesh K edited this page Nov 1, 2015 · 1 revision

Welcome to the pymirchi wiki!

operator precedence, associativity:

  1. ** right

    • / left
      • left
  2. << >> left

  3. < > == != <= >= left

  4. = right

use four spaces for indentation

Clone this wiki locally