8 lines
No EOL
140 B
Text
8 lines
No EOL
140 B
Text
function function_append(func, func2){
|
|
return munction(function() {
|
|
func();
|
|
func2();
|
|
})
|
|
}
|
|
|
|
//probably does not work i messed it up lol |