Difference between revisions of "Loop"
Jump to navigation
Jump to search
| Line 22: | Line 22: | ||
done | done | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | == See also == | ||
| + | * {{programming}} | ||
| + | |||
| + | [[Category:Programming] | ||
Revision as of 06:40, 29 April 2020
Infinite loop
sum := 0
for {
sum++ // repeated forever
fmt.Println(sum)
}
#!/bin/bash while true; do ((var++)) echo $var done
See also
- Programming: C, Python,
go,loop,while,for,if,variable, Error handling, Regex, Function, IDE, await, R (programming language), XACML, Type, Class inheritance, Methods, Scheme, Array, Deserialization, Fortran
[[Category:Programming]
Advertising: