Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const absoluto.{n => n*-1}
- funcion lambda
- absoluto.Apply(15);
- const maximo.{x,y => max(x,y)}
- const mayor {n,m => max(m,n)}
- mayor.Apply(1,2);
- PONER LA FECHA EN UN OBJETO FEHCA DE NACIMIENTO DEL PERRO
- Y LA FECHA DE HOY
- method max( pv, sv){
- if(pv > sv) return pv
- else return sv
- }
Advertisement
Add Comment
Please, Sign In to add comment