blossom
Version:
Modern, Cross-Platform Application Framework
12 lines (9 loc) • 319 B
JavaScript
// Copyright (C) 1998-2000 Greg J. Badros
// Use of this source code is governed by the LGPL, which can be found in the
// COPYING.LGPL file.
//
// Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org)
print(c.Strength.required);
print(c.Strength.strong);
print(c.Strength.medium);
print(c.Strength.weak);