Paste: unbalanced branches?

Author: erikc
Mode: factor
Date: Fri, 15 Jan 2010 18:40:01
Plain Text |
:: handle-app-command ( hWnd uMsg wParam lParam -- )
    lParam hi-word HEX: fff bitand zero?
    {
        [ 1 = ] [ hWnd window left-action send-action ]
        [ 2 = ] [ hWnd window right-action send-action ]
    } cond ;

New Annotation

Summary:
Author:
Mode:
Body: