Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 314 Bytes

File metadata and controls

10 lines (7 loc) · 314 Bytes

CalledCount.csx

This script will check the difference between csx and csxe commands.
When you run csx calledcount you will see something like this:
Called Count 1
Each time you run csx calledcount, the number will increment.

When you run csxe calledcount, the number will always be 1.