User Tools

Site Tools


mpl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mpl [2016/07/13 21:23] g00r00mpl [2016/07/13 21:27] (current) g00r00
Line 23: Line 23:
 ==== Comments ==== ==== Comments ====
  
-All text after a two slashes (⁄⁄) is considered a comment.  It will be ignored until the next line of code.  For example: +All text after a two slashes (⁄⁄) is considered a comment.  It will be ignored until the next line of code.  For example: 
   WriteLn ('Hello There' ⁄⁄ This is a comment and will be ignored.   WriteLn ('Hello There' ⁄⁄ This is a comment and will be ignored.
      
Line 52: Line 53:
  
   Const   Const
-  UserDeleted = $04;  // established bit for userdeleted from records.pas +    UserDeleted = $00000004;  // Deleted bit from records.pas 
-                      // note: this value has changed check records.pas!+  
   Begin   Begin
-    GetThisUser+    GetThisUser;
      
     If UserFlags AND UserDeleted <> 0 Then     If UserFlags AND UserDeleted <> 0 Then
-      WriteLn('User is deleted'); +      WriteLn('User is deleted');       
-    End;+  End;
    
 ==== Defining Variables ==== ==== Defining Variables ====
mpl.txt · Last modified: 2016/07/13 21:27 by g00r00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki