File: multi_statement_per_line.py

package info (click to toggle)
python-pegen 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,980 kB
  • sloc: python: 15,064; makefile: 89
file content (2 lines) | stat: -rw-r--r-- 22 bytes parent folder | download
1
2
if a: b=1;
a = 1; b=2