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