Text processing/Max licenses in use: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl 6}}: Add some error trapping as recommended by Dijkstra. No change to output)
Line 1,795: Line 1,795:


=={{header|Phix}}==
=={{header|Phix}}==
Modified copy of [[Max_licenses_in_use#Euphoria|Euphoria]]
Modified copy of [[[[Text_processing/Max_licenses_in_use#Euphoria|Euphoria]]]]
<lang Phix>constant fn = open("mlijobs.txt", "r")
<lang Phix>constant fn = open("mlijobs.txt", "r")
integer maxout = 0, jobnumber
integer maxout = 0, jobnumber