3 lines
91 B
Text
3 lines
91 B
Text
def infinityTask() {
|
|
return Infinity # predefined variable holding positive infinity
|
|
}
|