|
| 26 Feb 2015 05:43 PM |
| string.find(string.rep("a", 2^20),string.rep(".?", 2^20)) |
|
|
| Report Abuse |
|
|
robomax11
|
  |
| Joined: 07 Jul 2011 |
| Total Posts: 6828 |
|
|
| 26 Feb 2015 05:45 PM |
string.rep = return var 1 * var 2
ex: print(string.rep('hi, ', 2)) >hi, hi,
billy mays here with a special tv offer |
|
|
| Report Abuse |
|
|
robomax11
|
  |
| Joined: 07 Jul 2011 |
| Total Posts: 6828 |
|
|
| 26 Feb 2015 05:46 PM |
aka this is gonna crash u
billy mays here with a special tv offer |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 26 Feb 2015 06:01 PM |
| It searches a (Written 2^20 times) for any character in indefinite form 2^20^20 times |
|
|
| Report Abuse |
|
|