Guest User

Untitled

a guest
Apr 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Statt:
  2.  
  3. Objekt.attribut1 = "Hallo";
  4. Objekt.attribut2 = "Ballo";
  5. Objekt.attribut3 = "...";
  6.  
  7. ein:
  8.  
  9. with( Objekt ) {
  10. attribut1 = "Hallo";
  11. attribut2 = "Ballo";
  12. attribut3 = "...";
  13. }
Add Comment
Please, Sign In to add comment